Welcome![Sign In][Sign Up]
Location:
Search - svm opencv

Search list

[BooksOpenCV

Description: 比较齐全的OpenCV参考手册-relatively complete reference manual OpenCV
Platform: | Size: 707584 | Author: 叶磊 | Hits:

[AI-NN-PRsvm7

Description: 支持向量机源码,vc编写,对于svm初学者非常使用非常方便-The coad of svm,base on vc,and it is useful to beginner.
Platform: | Size: 404480 | Author: 白起 | Hits:

[Graph programpca_face_dectect

Description: 利用pca来做image的图像相似判别--需要opencv的程式库。-Use PCA to make image of the image is similar to discriminant- need the opencv library.
Platform: | Size: 3072 | Author: 范耿豪 | Hits:

[Graph Recognizehaarcascade

Description: 利用级联的HAAR分类器寻找检测目标,采用OPENCV编写,代码简单运行稳定-Use the haar classifier cascade testing to find the target, using OPENCV preparation, code simple and stable operation
Platform: | Size: 183296 | Author: 鄢胜勇 | Hits:

[Special Effects20090501SleepingKoala

Description: 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path planning svm simple algorithm vc2008-based image matching (multi-project structure) local search based on the K-means clustering algorithm three-dimensional matching of the ICP algorithm visual tracking of the condensation algorithm
Platform: | Size: 20701184 | Author: zhezhe | Hits:

[Special EffectsSVM

Description: 基于opencv的支持向量基(SVM)的代码,利用SVM解决2维空间向量的3级分类问题。-Opencv-based support vector machine (SVM) of the code, the use of SVM to solve 2-dimensional vector space of three classifications.
Platform: | Size: 17408 | Author: liutao | Hits:

[2D GraphicSVM

Description: OpenCV机器学习SVM支持向量机的分类程序举例-OpenCV Machine Learning SVM example.
Platform: | Size: 2048 | Author: Beckya | Hits:

[AI-NN-PRMushroomClassification

Description: opencv实现的mushroom数据的分类,一共有八种不同的学习方法,包括贝叶斯、SVM、神经网络,等等。-opencv implementation mushroom data classification, a total of eight kinds of different learning methods, including Bayesian, SVM, neural networks, and so on.
Platform: | Size: 6834176 | Author: zhouguoguo | Hits:

[Special Effectssvm

Description: SVM,一个简单的用于线性分类的代码,采用openCV写的。-SVM, a simple linear classification code used by openCV written.
Platform: | Size: 3998720 | Author: 高永强 | Hits:

[OpenCVSVM-OPENCV.txt

Description: code svm sous opencv
Platform: | Size: 2048 | Author: attia | Hits:

[OpenCVBlog_hogCompute6.tar

Description: Opencv HOG (Histogram of Orientation Gradient) training based on Dalal method. When you try to use Opencv HOG, you may not know how the training of the SVM model is done. Here is the example Linux with Opencv2.1
Platform: | Size: 18151424 | Author: szproxy | Hits:

[VC/MFCSVM

Description: OPENCV中文FAQ学校OPENCV很好的材料-OPENCV Chinese FAQ OPENCV very good material for schools
Platform: | Size: 252928 | Author: chao | Hits:

[OpenCVSVM-opencv-visual-C-6.0

Description: opencv中的支持向量机源程序,将日文翻译过来,中文注释,通俗易懂,比较adaboost-opencv source of support vector machines, translated to Japanese, Chinese, comments, user-friendly, more adaboost
Platform: | Size: 17408 | Author: 天天 | Hits:

[Software EngineeringAdaBoost-SVM-paper

Description: 基于adaboost 和svm 的检测算法研究,论文来的 里面用到opencv的相关库-AdaBoost SVM paper
Platform: | Size: 803840 | Author: 毛渝南 | Hits:

[OpenCVOpenCV-IMLEMENT-SVM

Description: OPENCV实现SVM,很好的实现了图像分类,供大家参考-USE openCV to implement the SVM
Platform: | Size: 19456 | Author: 小江 | Hits:

[OpenCVSVM

Description: OpenCV机器学习SVM支持向量机的分类程序 word格式-OpenCV machine learning support vector machine SVM classification procedure word format
Platform: | Size: 19456 | Author: | Hits:

[OpenCVSVM

Description: 配置opencv库,SVM训练和分类,显示分类结果,和支持向量机。对于初学者了解SVM分类器由一定帮助(Configure the opencv library, SVM training and classification, display classification results, and support vector machines. For beginners understand the SVM classifier by some help)
Platform: | Size: 3442688 | Author: luckyxiaoxiao | Hits:

[OpenCVSVM源代码

Description: 基于opencv库,通过计算图像的svm,来对待测图像进行分类(Based on the opencv library, the image is classified by calculating the SVM of the image)
Platform: | Size: 1024 | Author: 小甲鱼 | Hits:

[Special Effectssvm

Description: 使用hog特征进行分类,采用opencv里的svm算法(By using the hog feature,we classfy the face images with svm algorithm.)
Platform: | Size: 20043776 | Author: liiakw | Hits:

[OpenCVPython-opencv车牌识别

Description: 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)
Platform: | Size: 21504 | Author: 西风何时来 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net